go.uber.org/zap/zapcore.jsonEncoder.AddInt8 (method, view implemented interface methods)
one use
go.uber.org/zap/zapcore (current package)
json_encoder.go#L330: func (enc *jsonEncoder) AddInt8(k string, v int8) { enc.AddInt64(k, int64(v)) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)